-- card: 3052 from stack: in -- bmap block id: 3210 -- flags: 0000 -- background id: 2784 -- name: Welcome ----- HyperTalk script ----- on openCard if the version of HyperCard < 1.2 then put "You are using an older version of HyperCard." & return & "Please install HyperCard 1.2, or higher" && "before using HyperArchy!" into card field "Message" beep beep Answer "WARNING: Read the message, below!" else put "You are using HyperCard 1.2, or higher." & return & "HyperArchy should work for you." into card field "Message" end if end openCard -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=44 top=295 right=335 bottom=477 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Message -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=474 top=307 right=336 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 26425 / 26425 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp push card visual effect scroll left go to next card end mouseUp -- part contents for card part 2 ----- text ----- You are using HyperCard 1.2, or higher. HyperArchy should work for you.